ποΈGitΠ―ΡΠ°ποΈ
docs/pl-rPL/user/desktop.md feat/node-list (c099d5ce) Text, 4.99 KB
title: Desktop App
parent: User Guide
nav_order: 14
last_updated: 2026-05-20
description: Install and use the Meshtastic Desktop app on Linux, macOS, and Windows β connections, feature parity, and keyboard shortcuts.
aliases:
β’ desktop
β’ linux
β’ macos
β’ windows
β’ jvm
Desktop App
The Meshtastic Desktop application shares its core codebase with Android via Kotlin Multiplatform. Most features work identically on Linux, macOS, and Windows.
Installation
Linux
β’ Download the T383838.deb or T383838.AppImage package from the releases page
β’ Or build from source using T383838./gradlew :desktopApp:run
macOS
β’ Download the T383838.dmg package from releases
β’ Or build from source
Windows
β’ Download the T383838.msi installer from releases
β’ Or build from source
Connecting Your Radio
USB Serial (Primary)
The most reliable connection method on Desktop:
1. Connect your Meshtastic radio via USB cable.
2. The app should detect the serial port automatically.
3. If not detected, select the correct serial port from the Connect menu.
TCP/IP
For network-connected radios:
1. Enter the radio's IP address and port (default: 4403).
2. Click Connect.
Bluetooth (BLE)
Bluetooth Low Energy is supported on Desktop via the Kable library:
1. Ensure your system has a Bluetooth adapter.
2. The app scans for nearby Meshtastic radios automatically.
3. Select your device from the Connect screen.
Feature Parity
βββββββββββββββββββββββββ¬ββββββββββ¬ββββββββββ¬βββββββββββββββββββββββββββββ
β Feature β Android β Desktop β Notatki β
βββββββββββββββββββββββββΌββββββββββΌββββββββββΌβββββββββββββββββββββββββββββ€
β Messaging β β β β β Full parity β
β Node List β β β β β Full parity β
β Mapa β β β β β Full parity β
β Ustawienia β β β β β Full parity β
β Bluetooth (BLE) β β β β β Via Kable on desktop β
β Firmware Update OTA β β β β β Use web flasher β
β Notifications β β β β β Native OS notifications β
β Widgets β β β β β Android-only β
β AI Assistant (Chirpy) β β* β β β Google flavor Android only β
βββββββββββββββββββββββββ΄ββββββββββ΄ββββββββββ΄βββββββββββββββββββββββββββββ
\*Chirpy AI requires Android 14+ on Google flavor builds with supported hardware.
UI Differences
The Desktop app uses the same Compose Multiplatform UI with adaptations for larger screens and desktop interaction.
Keyboard Shortcuts
βββββββββββββββ¬βββββββββββββββββββββββββ
β Shortcut β Action β
βββββββββββββββΌβββββββββββββββββββββββββ€
β βQ / Ctrl+Q β Quit the application β
β β, / Ctrl+, β Open Settings β
β β1 / Ctrl+1 β Switch to Messages tab β
β β2 / Ctrl+2 β Switch to Nodes tab β
β β3 / Ctrl+3 β Switch to Map tab β
β β4 / Ctrl+4 β Switch to Connect tab β
βββββββββββββββ΄βββββββββββββββββββββββββ
Window & System Tray
β’ Window resizing β responsive layout adapts to window dimensions
β’ System tray β minimize to system tray for background mesh operation
β’ Tray menu β right-click the tray icon to show window or quit
β’ Mouse interaction β hover states and standard desktop navigation
Notification Preferences
The Desktop app provides in-app toggles for controlling which notifications are shown β messages, new nodes, and low battery alerts. Access these from Settings β Notifications within the app.
Built-in Documentation Browser
The Desktop app includes a built-in documentation browser for quick access to help content without leaving the application.
The browser supports full-text search across all documentation:
Individual doc pages render with full formatting:
Building from Source
T282828
git clone https://github.com/meshtastic/Meshtastic-Android.git
Tffa657cd Meshtastic-Android
git submodule update --init
./gradlew :desktopApp:run
Requirements:
β’ JDK 21
β’ No Android SDK required for desktop-only builds
Known Limitations
β’ No OTA firmware updates (use web flasher)
β’ Some Android-specific features (widgets, specific notification channels) are unavailable
β’ Performance may vary on low-spec hardware running Compose Desktop
β’ BLE bonding is not yet supported on desktop (pairing works without bonding)
Related Topics
β’ Connections β connection methods overview
β’ Firmware Updates β use the Web Flasher for desktop firmware updates
Served by rngit 1.5.0 - Generated in 0.05s